![]() | ![]() | ![]() |
In SAS Anti-Money Laundering, an error similar to the following might appear when you view the details of an alert and access a Microsoft SQL Server database:
When the error occurs, the SAS Compliance Solutions log file contains the following error:
WARN 2014-12-22 12:27:56,646 [tomcat-http--35] - Handler execution resulted in exception
com.sas.aml.service.ServiceException: Error getting Alert Details
at com.sas.aml.service.AlertService.getAlertContent(AlertService.java:246)
at com.sas.aml.service.AlertService.getComprehensiveAlert(AlertService.java:115)
at com.sas.aml.spring.controller.AlertController.getAlert(AlertController.java:20)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The column name create_user_id is not valid.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.findColumn(SQLServerResultSet.java:656)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getString(SQLServerResultSet.java:2401)
at com.sas.aml.service.AlertService.getAlertContent(AlertService.java:167)
To work around the problem, follow the steps below:
#### Alert information # Alert Details sasaml.alert.sql= SELECT DISTINCT A.alert_id, A.alert_description, A.primary_entity_level_code, A.primary_entity_key, A.scenario_id, A.money_laundering_risk_score, A.terror_financing_risk_score, A.run_date, A.create_date, A.alert_status_code, A.primary_entity_name, A.actual_values_text, lov.lov_type_desc, A.primary_entity_number, A.scenario_name, E.event_description, E.create_date as event_date, A.create_user_id as create_user_id, A.owner_user_long_id as owner_user_long_id, A.alert_type_cd as alert_type_cd, A.alert_category_cd as alert_category_cd, A.alert_subcategory_cd as alert_subcategory_cd FROM fsk_alert A LEFT JOIN FSK_SCENARIO S ON A.scenario_id = S.scenario_id LEFT JOIN fsk_lov lov ON s.scenario_category_code = lov.lov_type_code AND lov.lov_type_name = 'SCENARIO CATEGORY' LEFT JOIN (SELECT alert_id,event_description,create_date FROM fsk_alert_event WHERE alert_id = ? AND event_type_code = 'CLS') E ON A.alert_id = E.alert_id WHERE A.alert_id = ? GROUP BY A.alert_id, A.alert_description, A.primary_entity_level_code, A.primary_entity_key, A.scenario_id, A.money_laundering_risk_score, A.terror_financing_risk_score, A.run_date, A.create_date, A.alert_status_code, A.primary_entity_name, A.actual_values_text, lov.lov_type_desc, A.primary_entity_number, A.scenario_name, E.event_description, E.create_date, A.create_user_id, A.owner_user_long_id, A.alert_type_cd, A.alert_category_cd, A.alert_subcategory_cd ORDER BY E.CREATE_DATE DESC
| Product Family | Product | System | Product Release | SAS Release | ||
| Reported | Fixed* | Reported | Fixed* | |||
| SAS System | SAS Anti-Money Laundering | Windows 7 Enterprise x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 |
| Microsoft Windows Server 2012 Std | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows Server 2012 R2 Std | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows Server 2012 R2 Datacenter | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows Server 2008 for x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows Server 2008 R2 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows 8.1 Pro 32-bit | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows 8.1 Pro | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows 8.1 Enterprise x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows 8.1 Enterprise 32-bit | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows 8 Pro x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Solaris for x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Linux for x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| HP-UX IPF | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| 64-bit Enabled Solaris | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| 64-bit Enabled AIX | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Windows 7 Professional x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows Server 2012 Datacenter | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft Windows 8 Enterprise x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Microsoft® Windows® for x64 | 6.1 | 6.3 | 9.4 TS1M0 | 9.4 TS1M2 | ||
| Type: | Problem Note |
| Priority: | high |
| Date Modified: | 2015-03-06 16:11:58 |
| Date Created: | 2015-03-01 13:20:00 |


